Skip to main content

All Questions

Tagged with
0votes
3answers
2kviews

how to find & replace a file path listed in a file

I have a file content as shown below. If a line has ".idt" word, then I need to check if there is a file path preceding it (eg: /bin/dir/test/abcdef.idt). If yes, then remove the file path and keep ...
viki143's user avatar

close